home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
skecthpad.swf
/
scripts
/
frame_35
/
DoAction_3.as
< prev
next >
Wrap
Text File
|
2008-04-25
|
496b
|
23 lines
function goBack()
{
for(i in _root)
{
if(_root[i] instanceof MovieClip)
{
_root[i].removeMovieClip();
}
}
gotoAndStop("menu_01");
}
_root.setthickness = 4.5;
_root.tooltext = "";
_root.setopacity = 100;
_root.setcolor = "0x000000";
_root.colormixertext = "color mixer";
_root.activeitem = 2;
_root.color_mixer._visible = false;
_root.setter01._visible = false;
_root.setter02._visible = false;
_root.setter03._visible = false;
stop();